inherited BrowseFTPFrame: TBrowseFTPFrame Width = 364 Height = 420 Caption = 'FTP Site' object LeftBevel: TUiBevel Left = 0 Top = 217 Width = 8 Height = 195 Align = alLeft Shape = bsSpacer end object RightBevel: TUiBevel Left = 356 Top = 217 Width = 8 Height = 195 Align = alRight Shape = bsSpacer end object BottomBevel: TUiBevel Left = 0 Top = 412 Width = 364 Height = 8 Align = alBottom Shape = bsSpacer end object TopPanel: TUiPanel Left = 0 Top = 0 Width = 364 Height = 217 Align = alTop BevelOuter = bvNone TabOrder = 0 object ProtocolLbl: TUiLabel Left = 104 Top = 8 Height = 13 Caption = '&Protocol:' FocusControl = ProtocolEdit end object PortLbl: TUiLabel Left = 288 Top = 8 Height = 13 Caption = 'P&ort:' FocusControl = PortEdit end object HostLbl: TUiLabel Left = 8 Top = 48 Height = 13 Caption = '&Host:' FocusControl = HostEdit end object UsernameLbl: TUiLabel Left = 8 Top = 112 Height = 13 Caption = '&Username:' FocusControl = UsernameEdit end object PasswordLbl: TUiLabel Left = 176 Top = 112 Height = 13 Caption = '&Password:' FocusControl = PasswordEdit end object PathLbl: TUiLabel Left = 8 Top = 168 Height = 13 Caption = '&Initial remote folder:' FocusControl = PathEdit end object ProfileBtn: TUiBitBtn Left = 8 Top = 24 Width = 89 Caption = 'Profile' TabOrder = 0 OnClick = ProfileClick ImageIndex = imgDropDown Images = BcImages.MainImages Layout = blImageRight end object ProtocolEdit: TUiComboBox Left = 104 Top = 24 Width = 174 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = ProtocolEditChange end object PortEdit: TUiNumEdit Left = 286 Top = 24 Width = 46 Height = 21 MaxLength = 5 TabOrder = 2 OnChange = DirNameEditChange end object HostEdit: TUiEdit Left = 8 Top = 64 Width = 324 Height = 21 TabOrder = 3 OnChange = DirNameEditChange end object AnonymousEdit: TUiCheckBox Left = 8 Top = 92 Height = 17 Caption = '&Anonymous login' TabOrder = 4 OnClick = AnonymousClick end object UsernameEdit: TUiEdit Left = 8 Top = 128 Width = 160 Height = 21 TabOrder = 5 OnChange = UsernameEditChange end object PasswordEdit: TUiEdit Left = 176 Top = 128 Width = 156 Height = 21 TabOrder = 6 OnChange = SomethingChangedClick EchoMode = emPassword end object SavePasswordEdit: TUiCheckBox Left = 176 Top = 152 Height = 17 Caption = '&Save password' TabOrder = 7 OnClick = SomethingChangedClick end object PathEdit: TUiEdit Left = 8 Top = 184 Width = 161 Height = 21 TabOrder = 8 OnChange = PathEditChange end object BrowseBtn: TUiButton Left = 176 Top = 184 Width = 156 Caption = 'Connect && &Browse' TabOrder = 9 OnClick = BrowseClick end end object TreeView: TUiTreeView Left = 8 Top = 217 Width = 348 Height = 195 Align = alClient HideSelection = False ReadOnly = True TabOrder = 1 OnChange = TreeViewChange OnDeletion = TreeViewDeletion OnExpanding = TreeViewExpanding OnGetImageIndex = TreeViewGetImageIndex AllowUnselected = True end object ProfilePopup: TUiPopupMenu Left = 8 Top = 8 end object BrowseTimer: TTimer Enabled = False Interval = 100 OnTimer = BrowseTimerTimer Left = 40 Top = 8 end end